Conversation
- LiteFileInfo now generic - JsonSerializer parameters have been limited - AsString method no longer works on ObjectId - LiteDatabase now missing Engine property and Shrink method - LiteFileInfo missing AsDocument property References to version 4 converted to 5 via new Config property, 'Version'
…commented out) - LiteException.DATABASE_WRONG_PASSWORD no longer exists - LiteDatabase no longer takes logger in its constructor. - DatabaseReference no longer has method RunCommand
|
Hi, cool looks like a good start. I had pretensions to keep the single exe functional for versions 4 and 5, this proved possible but very complicated. |
|
Hi, yeah i saw there were some other people in the issue's sectoin requesting an update for version 5, so i figured a incomplete solution might be worthwhile. Especially if its on a separate branch. I think it's this issue and the one concerning passwords that are only ones causing missing features. |
|
Up! |
Hi
I had some LiteDB, version 5, files i wanted to view, so i updated this repo to version 5. The details of my changes are in my commit messages. I made two commit because i was partially unsuccessful, and the second commit contains the files i was unsuccessful in updating. However - it is a start - and i thought perhaps you might want to create a new branch to pull these changes into but since there wasn't one i made the request to the master branch?